home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / mcite / mcite.bib < prev    next >
Text File  |  1995-03-09  |  3KB  |  90 lines

  1. % mcite.bib - multiple citations on one key
  2. % Copyright (C) 1994 by Thorsten.Ohl at Physik.TH-Darmstadt.de
  3. % /home/sources/ohl/tex/mcite/mcite.bib,v 1.2 1994/08/18 02:30:02 ohl Exp
  4. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  5. %
  6. % Mcite is free software; you can redistribute it and/or modify it
  7. % under the terms of the GNU General Public License as published by 
  8. % the Free Software Foundation; either version 2, or (at your option)
  9. % any later version.
  10. %
  11. % Mcite is distributed in the hope that it will be useful, but
  12. % WITHOUT ANY WARRANTY; without even the implied warranty of
  13. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  14. % GNU General Public License for more details.
  15. %
  16. % You should have received a copy of the GNU General Public License
  17. % along with this program; if not, write to the Free Software
  18. % Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19. %
  20. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  21.  
  22. @book{texbook,
  23.   author = {Donald E. Knuth},
  24.   title= {The {{\TeX}book}},
  25.   publisher = {Addison-Wesley},
  26.   address = {Reading (Mass.)},
  27.   year = 1986}
  28.  
  29. @book{latex,
  30.   author = {Leslie Lamport},
  31.   title = {{\LaTeX \rm:} {A} Document Preparation System},
  32.   edition = {2nd},
  33.   address = {Reading (Mass.)},
  34.   publisher = {Addison-Wesley},
  35.   year = 1994}
  36.  
  37. @book{latex-companion,
  38.   author = {Michel Goosens and Frank Mittelbach and Alexander Samarin},
  39.   title = {The {\LaTeX} Companion},
  40.   address = {Reading (Mass.)},
  41.   publisher = {Addison-Wesley},
  42.   year = 1994}
  43.  
  44. @unpublished{btxdoc,
  45.   author = {Oren Patashnik},
  46.   title = {{{\BibTeX ing}}},
  47.   note = {Documentation for general {\BibTeX} users},
  48.   month = {8~} # feb,
  49.   year = 1988}
  50.  
  51. @unpublished{btxhak,
  52.   author = {Oren Patashnik},
  53.   title = {Designing {\BibTeX} Styles},
  54.   note = {The part of \BibTeX's documentation
  55.           that's not meant for general users},
  56.   month = {8~} # feb,
  57.   year = 1988}
  58.  
  59. @article{Glashow,
  60.   author = {Sheldon Glashow},
  61.   title = {Partial Symmetries of Weak Interactions},
  62.   journal = {Nucl.~Phys.},
  63.   year = 1961,
  64.   volume = 22,
  65.   pages = 579}
  66.  
  67. @article{Weinberg,
  68.   author = {Steven Weinberg},
  69.   title = {A Model of Leptons},
  70.   journal = {Phys.~Rev.~Lett.},
  71.   year = 1967,
  72.   volume = 19,
  73.   pages = 1264}
  74.  
  75. @inproceedings{Salam,
  76.   author = {Abdus Salam},
  77.   title = {Weak and Electromagnetic Interactions},
  78.   editor = {W. Svartholm},
  79.   pages = 367,
  80.   booktitle = {Elementary Particle Theory},
  81.   year = 1968,
  82.   publisher = {Almquist and Wiksell},
  83.   address = {Stockholm}}
  84.  
  85. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  86. Local Variables:
  87. mode:BibTeX
  88. page-delimiter:"^%%%%%%%%%%%*\n"
  89. End:
  90.